翻訳と辞書
Words near each other
・ Host cell factor C1
・ Host City Insignia
・ Host controller interface
・ Host controller interface (USB, Firewire)
・ Host desecration
・ Host Embedded Controller Interface
・ Host factor
・ Host family
・ Host Hotels & Resorts
・ Host Identity Protocol
・ Host Island
・ Host Master and the Conquest of Humor
・ Host Media Processing
・ Host media processing
・ Host microbe interactions in Caenorhabditis elegans
Host model
・ Host modulatory therapy
・ Host Monitoring Protocol
・ Host of Angels
・ Host Planet Earth
・ Host protected area
・ Host signal processing
・ Host state regulation
・ Host station
・ Host system
・ Host tropism
・ Host Universal
・ Host Virtual
・ Host, Pennsylvania
・ Host-based intrusion detection system


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Host model : ウィキペディア英語版
Host model
In computer networking, a host model is an option of designing the TCP/IP stack of a networking operating system like Microsoft Windows or Linux. When a unicast packet arrives at a host, IP must determine whether the packet is locally destined (its destination matches an address that is assigned to an interface of the host). If the IP stack is implemented with a weak host model, it accepts any locally destined packet regardless of the network interface on which the packet was received. If the IP stack is implemented with a strong host model, it only accepts locally destined packets if the destination IP address in the packet matches an IP address assigned to the network interface on which the packet was received.
The weak host model provides better network connectivity (for example, it can be easy to find any packet arriving at the host using ordinary tools), but it also makes hosts susceptible to multihome-based network attacks. The strong host model provides better security.
The IPv4 implementation in Microsoft Windows versions prior to Windows Vista uses the weak host model. The Windows Vista and Windows Server 2008 TCP/IP stack supports the strong host model for both IPv4 and IPv6 and is configured to use it by default. However, it can also be configured to use a weak host model.〔(The Cable Guy - Strong and Weak Host Models (Figure 4) )〕
The IPv4 implementation in Linux defaults to the weak host model. Source validation by reversed path, as specified in RFC 1812 can be enabled (the rp_filter option), and some distributions do so by default. This is not quite the same as the strong host model, but defends against the same class of attacks for typical multihomed hosts. arp_ignore and arp_announce can also be used to tweak this behaviour.
BSD defaults to the strong host model.
== See also ==

* uRPF

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Host model」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.